-
-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md-button class bindings #365
Merged
miguelcobain
merged 8 commits into
adopted-ember-addons:master
from
andybeesee:new-button-class-bindings
May 5, 2016
Merged
md-button class bindings #365
miguelcobain
merged 8 commits into
adopted-ember-addons:master
from
andybeesee:new-button-class-bindings
May 5, 2016
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ts for them and iconButton, raised properties
…s when their respective properties are defined
* master: link directly to `ember-route-action` helper (#363) Bump version to `1.0.0-alpha.0`. dummy app: Make version extremely apparent. contributing.md: Document building and deploying dummy app to github.io.
Thanks! There is a possible improvement here. Suggestion: Make the default value of fab: computed.reads('mini') Also, add or edit a test that makes sure that |
Good idea, I have made the updates. |
Thanks again. |
eriktrom
added a commit
to eriktrom/ember-paper
that referenced
this pull request
May 6, 2016
* master: Add missing trailing EOL in paper-toolbar-test.js. Remove self-closing tags in dummy app sidenav. fix self closing tags Add missing trailing EOL in paper-toolbar.hbs. update toolbars (adopted-ember-addons#367) use double quotes contributing.md: Add comments to coding style. Update changelog.md. Fix npm 2.x build failures for angular-material-source dependency (adopted-ember-addons#364) Toolbar class bindings (adopted-ember-addons#362) md-button class bindings (adopted-ember-addons#365) progress-circular dummy app: Restore previous behavior inadvertently commented out. progress-circular & -linear dummy app: Start/stop progress when route is activated/deactivated. link directly to `ember-route-action` helper (adopted-ember-addons#363) Bump version to `1.0.0-alpha.0`. dummy app: Make version extremely apparent. contributing.md: Document building and deploying dummy app to github.io. Checkbox & switch examples layout (adopted-ember-addons#361) # Conflicts: # package.json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added fab and mini class name bindings, with tests and examples in dummy app. I appreciate any feedback I am still new to this.